home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / SWDOS12 / MAKEFILE < prev    next >
Text File  |  1995-02-10  |  1KB  |  27 lines

  1. #******************************************************************
  2. #*                          MAKEFILE.ASM                          *
  3. #*          Source file for SoftWeyr enhanced DOS toolbox         *
  4. #*                           version 1.2                          *
  5. #*                 Copyright (c) by SoftWeyr,1994-95              *
  6. #******************************************************************
  7. #change following definitions if you use TPC or another assembler
  8. TPC=bpc
  9. ASSEMBLER=tasm
  10. .asm.obj:
  11.     $(ASSEMBLER) $*
  12.  
  13. swdos.tpu: swdos.pas dosalloc.obj memtop.obj tempfile.obj upcase.obj \
  14.            dosfree.obj attr.obj erase.obj environ.obj strategy.obj \
  15.            rename.obj umblink.obj asciiz.obj ftime.obj htime.obj \
  16.            upcase7.obj close.obj devwrite.obj redir.obj maxfiles.obj \
  17.            dupout.obj textseek.obj textpos.obj onedrive.obj
  18.   $(TPC) swdos
  19.  
  20. textseek.obj: textseek.asm textrec.asm
  21.     $(ASSEMBLER) textseek
  22.  
  23. textpos.obj: textpos.asm textrec.asm
  24.     $(ASSEMBLER) textpos
  25.  
  26.  
  27.